From 86dec8d2879f589ed0e076e302ff270bab911196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 25 May 2020 13:00:21 +0100 Subject: Fix the help messages. --- reversing_tools/abbott/extract_freestyle.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reversing_tools/abbott/extract_freestyle.py b/reversing_tools/abbott/extract_freestyle.py index 9cca4ec..b394a6c 100755 --- a/reversing_tools/abbott/extract_freestyle.py +++ b/reversing_tools/abbott/extract_freestyle.py @@ -47,7 +47,7 @@ def main(): type=str, help=( "Device address (busnum.devnum) of the device to extract capture" - "of. If none provided, device descriptors will be relied on." + " of. If none provided, device descriptors will be relied on." ), ) @@ -66,8 +66,8 @@ def main(): required=False, type=int, help=( - "Python logging level. See the levels at " - "https://docs.python.org/3/library/logging.html#logging-levels" + "Python logging level. See the levels at" + " https://docs.python.org/3/library/logging.html#logging-levels" ), ) -- cgit v1.2.3